gouth 0.1.2

This library provides auto-renewed tokens for GCP service authentication.
Documentation

This library provides auto-renewed tokens for GCP service authentication.

Example

use gouth::Token;

let token = Token::new().unwrap();
println!("authorization: {}", token.header_value().unwrap());